home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / HEI151C.M3 < prev    next >
Text File  |  1996-04-01  |  5KB  |  186 lines

  1. name Heidenhain TNC 151 Conversational
  2.  
  3. O >8
  4. e >8
  5. i 00
  6. N >3 ""
  7. t >2
  8. u >2
  9. L 00
  10. l +->3.>4 L
  11. C >2
  12. X +->3.>4
  13. Y +->3.>4
  14. Z +->3.>4 Force
  15. G >2
  16. d >2.1
  17. H 00 Z
  18. W >2
  19. Q ->3.>4
  20. R ->3.>4 Force Modal
  21. r >2
  22. F >31 Force Modal
  23. M >2 Force Modal
  24. m 00 M
  25. S >4
  26. s ->3.>4
  27. z ->3.>4
  28. w >3.>4
  29.  
  30. ModalLetters X Y                      # List of letters that are modal    
  31.  
  32. ModalGs                               # List of g codes that are modal    
  33.  
  34. Sequence#s N 1 1 1                    # Char, freq, incr & start          
  35. First#? Y                             # Y or N  'Output 1st sequence no.  
  36. Last#? Y                              # Y or N  'Output last sequence no. 
  37.  
  38. Comment ( )                           # Begin End comment char.           
  39.  
  40. HCode X                               # X or X U  'Horizontal char.       
  41. VCode Y                               # Y or Y V  'Vertical char.         
  42. Dcode Z                               # Depth char.                       
  43. FeedCode F                            # Feed rate char.                   
  44.  
  45. Feed L10                            # Linear move                       
  46. Rapid L10 r0                      # Rapid positioning word            
  47. Spaces? Y                             # Y or N  'Spaces between words     
  48.  
  49. Spindle 3 4 5                         # Cw, ccw & stop m codes            
  50. Coolant 8 9 7                         # On, Off & Mist m codes            
  51. DComp 41 42 40                        # Left, Right & Cancel m codes      
  52. LComp 43 49                           # On & Off codes                    
  53.  
  54. CtrIncremental? Y                     # Y or N  'Inc or abs I & J         
  55. ByQuadrants? N                        # Y or N  'Break arcs at quadrants  
  56.  
  57. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  58.  
  59. Work G                                # Work offset register              
  60.  
  61. Helical? N
  62. MaxRad 999 .010
  63. CtrCode I J                           # I J or R or I J K L               
  64.  
  65. RevSigns s Q                          # List of letters to reverse signs  
  66.  
  67. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  68.  
  69. Drill 6                               # Drilling canned/manual cycle      
  70. d0
  71. d0.1 s[RPlane]
  72. d0.2 z[D]
  73. d0.3 Q[D]
  74. d0.4 w[Dwell]
  75. d0.5 F[FRate]
  76. L10 X[H] Y[V] R0 F600 M99
  77. end
  78.  
  79. Peck 7                                # Pecking canned/manual cycle       
  80. d1
  81. d1.1 s[RPlane]
  82. d1.2 z[D]
  83. d1.3 Q[VBite]
  84. d1.4 w[Dwell]
  85. d1.5 F[FRate]
  86. L10 X[H] Y[V] r99
  87. L10 X[H] Y[V] W99
  88. end
  89.  
  90. Tap 5                                 # Tapping canned/manual cycle       
  91. d2
  92. d2.1 s[RPlane]
  93. d2.2 z[D]
  94. d2.3 w[Dwell]
  95. d2.4 F[FRate]
  96. L10 X[H] Y[V] R0 F600 M99
  97. end
  98.  
  99. LTap 5                                # Left handed tapping cycle         
  100. d2
  101. d2.1 s[RPlane]
  102. d2.2 z[D]
  103. d2.3 w[Dwell]
  104. d2.4 F[FRate]
  105. L10 X[H] Y[V] R0 F600 M99
  106. end
  107.  
  108. Cancel                                # Cancel a canned/manual cycle      
  109. G80
  110. end
  111.  
  112. StartCode                             # Start of the program              
  113. O[Program#] i0
  114. End
  115.  
  116. 1stToolChange                         # First tool change                 
  117. t[Tool] l0 R[ToolRad]
  118. u[Tool] H[Lcomp] S[Speed]
  119. L10 X[H] Y[V] R0 F600 M6
  120. L10 Z[D] r13
  121. End
  122.  
  123. Infeed                                # Enable cutter comp                
  124. L10 X[H] Y[V] G[Side] F[FRate] m0
  125. end
  126.  
  127. Outfeed                               # Disable cutter comp               
  128. L10 G40 X[H] Y[V]
  129. end
  130.  
  131. ToolChange                            # Secondary tool changes            
  132. L10 Z0 R0 F600 M91
  133. t[Tool] l0 R[ToolRad]
  134. u[Tool] H[Lcomp] S[Speed]
  135. L10 X[H] Y[V] R0 F600 M6
  136. L10 Z[D] R0 F600 M13
  137. End
  138.  
  139. EndCode                               # End of the program                
  140. L10 Z0 R0 F600 M91
  141. L10 X0 Y0 M2
  142. e[Program#] i0
  143. End
  144.  
  145. LineCode                              # Linear move                       
  146. L10 X[H] Y[V] Z[D] R0 F[FRate] m0
  147. end
  148.  
  149. CwCode                                # CW circular move                  
  150. C1 X[HCtr] Y[VCtr]
  151. C0 X[H] Y[V] G2 W0
  152. end
  153.  
  154. CcwCode                               # CCW circular move                 
  155. C1 X[HCtr] Y[VCtr]
  156. C0 X[H] Y[V] G3 W0
  157. end
  158.  
  159. Replace "O" with "BEGIN PGM "
  160. Replace "i" with "INCH"
  161. Replace "e" with "END PGM "
  162. Replace "R0 " with "R "
  163. Replace "G41 " with "RL "
  164. Replace "G42 " with "RR "
  165. Replace "G40 " with "R0 F M"
  166. Replace "t" with "TOOL DEF "
  167. Replace "u" with "TOOL CALL "
  168. Replace "W0" with "R F M"
  169. Replace "W" with "R F M"
  170. Replace "r0" with "R F6000 M"
  171. Replace "r" with "R F6000 M"
  172.  
  173. Replace "G2 " with "DR- "
  174. Replace "G3 " with "DR+ "
  175. Replace "C1 " with "CC "
  176. Replace "C0 " with "C "
  177.  
  178. Replace "d" with "CYCL DEF "
  179. Replace "EF 0.0 " with "EF 0.0 DRILL"
  180. Replace "EF 1.0" with "EF 1.0 PECKING"
  181. Replace "EF 2.0" with "EF 2.0 TAPPING"
  182. Replace "s" with "SET UP "
  183. Replace "z" with "DEPTH "
  184. Replace "Q" with "PECKG "
  185. Replace "w" with "DWELL "
  186.